All Questions
Tagged with kubernetesdesign-patterns
2 questions
0votes
0answers
65views
isolating user run scripts on docker without performance impact
Scenario: We have a application (web based), in a small part of this application a users is able to create a small python script to mutate (in memory) data. Currently all of these scripts (if it is ...
1vote
1answer
57views
How to design an application for stalling file processing?
I have an application that is receiving a live stream of files, I am using active MQ for listening to the file arrival in s3. As soon as the file arrives in s3 my application downloads the file and ...